type runtime.bucketType
6 uses
runtime (current package)
mprof.go#L24: memProfile bucketType = 1 + iota
mprof.go#L35: type bucketType int
mprof.go#L52: typ bucketType // memBucket or blockBucket (includes mutexProfile)
mprof.go#L163: func newBucket(typ bucketType, nstk int) *bucket {
mprof.go#L206: func stkbucket(typ bucketType, size uintptr, stk []uintptr, alloc bool) *bucket {
mprof.go#L418: func saveblockevent(cycles, rate int64, skip int, which bucketType) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)